home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gSPicStart, gSPicEnd, gSPicSprite
- puppetSound("newclick.aif")
- set the ink of sprite the clickOn to 4
- updateStage()
- repeat while the stillDown or soundBusy(1)
- end repeat
- set the ink of sprite the clickOn to 36
- updateStage()
- set cnum to the castNum of sprite gSPicSprite
- put gSPicSprite
- put cnum
- put gSPicEnd
- if cnum = gSPicStart then
- set the castNum of sprite gSPicSprite to gSPicEnd
- else
- set the castNum of sprite gSPicSprite to cnum - 1
- end if
- updateStage()
- end
-